todo-app

ToDo app code along#

For this ToDo app, you will learn how to build a simple ToDo list app using dom and local storage

The user stories that you should cover#

  • I can write the title of my todo
  • I can add my to-do to the list and save it in local storage
  • I can remove any Item from my list (remove it from local storage)
  • I can still have my list even if I close the browser window

Some stretch goals if you finished early#

  • I can sort my list
  • I can edit the title of my list